home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / MCC_MimeEditor / MCC_MimeEditor.readme < prev    next >
Text File  |  1998-02-11  |  1KB  |  29 lines

  1. Short:    MUI custom class for editing MIME files
  2. Author:   Leon Woestenberg <leon@stack.nl>, Ole Friis <ole_f@post3.tele.dk>
  3. Uploader: Ole Friis <ole_f@post3.tele.dk>
  4. Version:  1.2 (08-Feb-98)
  5. Type:     dev/mui
  6. Requires: Kick 39+, MUI 3.8+
  7.  
  8.  
  9. MimeEditor.mcc is a class for dealing with MIME messages. It is a
  10. subclass of group.mui.
  11.  
  12. The class is programmed by Ole Friis (ole_f@post3.tele.dk) and Leon
  13. Woestenberg (leon@stack.nl).
  14.  
  15. Requirements:
  16. - TextEditor.mcc and BetterString.mcc. Get them from
  17.   www.diku.dk/students/duff.
  18. - Toolbar.mcc. Get it from www.diku.dk/students/benny.
  19. - asyncio.library *strongly recommended*!! Without it, MimeEditor.mcc
  20.   is dead slow. But _with_ it, MimeEditor.mcc has some of the fastest
  21.   (if not *the* fastest, I haven't made benchmarks yet) MIME scan
  22.   routines on the Amiga. (The thing that takes time on opening the
  23.   window is the image remapping done in Toolbar.mcc.)
  24.   Get asyncio.library from Aminet.
  25. - And, of course, an Amiga with MUI 3.8+.
  26.  
  27. If you have comments, suggestions, bug-reports, etc., please send them
  28. to ole_f@post3.tele.dk.
  29.